-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: expose missing address endpoints on main #958
Merged
boliveira
merged 1 commit into
dev-main-16-01-24
from
feat_expose-missing-address-endpoints
Jan 16, 2024
Merged
feat: expose missing address endpoints on main #958
boliveira
merged 1 commit into
dev-main-16-01-24
from
feat_expose-missing-address-endpoints
Jan 16, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0897bdb
to
3bc62bb
Compare
3bc62bb
to
f2aa7be
Compare
f2aa7be
to
3a48c14
Compare
3a48c14
to
d10a596
Compare
boliveira
reviewed
Jan 9, 2024
packages/redux/src/users/addresses/actions/factories/removeUserDefaultBillingAddressFactory.ts
Outdated
Show resolved
Hide resolved
boliveira
reviewed
Jan 9, 2024
packages/redux/src/users/addresses/actions/factories/removeUserDefaultShippingAddressFactory.ts
Outdated
Show resolved
Hide resolved
boliveira
reviewed
Jan 9, 2024
d10a596
to
770e9c4
Compare
boliveira
reviewed
Jan 10, 2024
packages/redux/src/users/addresses/actions/factories/removeUserDefaultBillingAddressFactory.ts
Outdated
Show resolved
Hide resolved
boliveira
reviewed
Jan 10, 2024
packages/redux/src/users/addresses/actions/factories/removeUserDefaultShippingAddressFactory.ts
Outdated
Show resolved
Hide resolved
boliveira
reviewed
Jan 10, 2024
packages/redux/src/users/addresses/actions/factories/removeUserDefaultShippingAddressFactory.ts
Outdated
Show resolved
Hide resolved
770e9c4
to
4ad9bb7
Compare
4ad9bb7
to
9fddbea
Compare
boliveira
reviewed
Jan 15, 2024
packages/redux/src/users/addresses/actions/factories/removeUserDefaultShippingAddressFactory.ts
Outdated
Show resolved
Hide resolved
boliveira
reviewed
Jan 15, 2024
packages/redux/src/users/addresses/actions/factories/removeUserDefaultBillingAddressFactory.ts
Outdated
Show resolved
Hide resolved
9fddbea
to
54df96c
Compare
boliveira
approved these changes
Jan 15, 2024
andreecosta
approved these changes
Jan 15, 2024
jpklzm
approved these changes
Jan 15, 2024
54df96c
to
03f3a2d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
📦 client
Relative to the `@farfetch/blackout-client` package
📦 redux
Relative to the `@farfetch/blackout-redux` package
type: feature
New feature
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This adds the following endpoints to the main version:
DELETE /users/{id}/addresses/shipping/current > Unsets the default shipping address of the user.
DELETE /users/{id}/addresses/billing/current > Unsets the default billing address of the user.
Checklist
Disclaimer
By sending us your contributions, you are agreeing that your contribution is made subject to the terms of our Contributor Ownership Statement